home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 8
/
Revista CD Expert nº 08 CD1.iso
/
Utilitarios
/
Programacao
/
Bloodshed Dev-C++ 2.0
/
_SETUP.LIB
/
winversion.h
< prev
Wrap
C/C++ Source or Header
|
1997-06-16
|
346b
|
13 lines
/* winversion.h
Definitions are in a different layout than MS headers
This file includes our windows.h which in turn should include the
normal contents of this header file (and the other Win32 headers).
*/
#ifndef _PLACEHOLDER_WINVERSION_H
#define _PLACEHOLDER_WINVERSION_H
#include <windows.h>
#endif /* _PLACEHOLDER_WINVERSION_H */